home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 35
/
Amiga Format AFCD35 (Issue 119, Jan 1999).iso
/
-in_the_mag-
/
reader_requests
/
amigamail
/
unpackdisk
< prev
next >
Wrap
Text File
|
1998-11-06
|
697b
|
28 lines
.K ""
echo "This script will unpack the following lharc archives:"
echo ""
echo " AmigaMail.lzh => AmigaMailSourceSO90ND91:"
echo ""
ask "Do you have a blank disk ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
ask "Is floppy drive df1: free?"
if not WARN
echo "You will need to do the unpacking yourself."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
echo "Formatting and unpacking disk."
sys:system/format drive df1: name AmigaMailSourceSO90ND91 noicons
:c/lharc -x -a -m x AmigaMail.lzh AmigaMailSourceSO90ND91:
echo "All Done. Click close gadget to get rid of window."
endcli